home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga News 96
/
Amiga News 96.iso
/
amig_ad_os
/
avm
/
avminstall
/
rexx
/
openmailbox.avm
< prev
next >
Wrap
Text File
|
1977-12-31
|
308b
|
12 lines
/* */
parse upper arg mailbox special .
if mailbox = 'OUTGOING' then
address command 'run >nil: <nil: avm:scheduler' mailbox
else if mailbox = 'OUTGOINGARCHIVE' then
address command 'run >nil: <nil: avm:scheduler' mailbox '-noschedule'
else
address command 'run >nil: <nil: avm:logview' mailbox
exit